home *** CD-ROM | disk | FTP | other *** search
/ Disney Interactive Software Sampler 1997 to 1998 / Disney Interactive 1997-98 Software Sampler.iso / pc / media / somm.dxr / interne_33_vers SommClick.ls < prev    next >
Encoding:
Text File  |  1997-10-17  |  161 b   |  10 lines

  1. on mouseUp me
  2.   puppetSprite(5, 0)
  3.   puppetTransition(member "transSom")
  4.   if the machineType <> 256 then
  5.     go("SomMac2")
  6.   else
  7.     go("SomPC2")
  8.   end if
  9. end
  10.